Fix stupid typo with gnutls-clii.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 27 Jun 2011 00:10:35 +0000 (02:10 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 27 Jun 2011 00:10:35 +0000 (02:10 +0200)
Don't re-get capabilities unless we're reconnecting.

lisp/ChangeLog

index 705b3784e512725f7884b081319ebb32d1f38b1c..135600ecce43ad346b165ed63e54ef39afc9530e 100644 (file)
@@ -1,5 +1,9 @@
 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * net/network-stream.el (network-stream-open-starttls): Don't
+       re-get capabilities unless we've reestablished connection.
+       (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
+
        * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
        to binary to possibly avoid line encoding issues on Windows (among
        other things).